home *** CD-ROM | disk | FTP | other *** search
/ Word Perfect Main Street: Paper Planes / WordPerfect Main Street - Paper Planes.iso / mac / p17-20 / 00402_Script_402 < prev    next >
Text File  |  1994-06-21  |  525b  |  24 lines

  1. -- P19 last step
  2. on exitFrame
  3.   -- restore normal mousedown handling
  4.   when mouseDown then nothing
  5.   cursor -1
  6.   
  7.   -- then clean up memory
  8.   global LastQT
  9.   set beforeQT = the name of cast ((the number of cast LastQT) -1)
  10.   unloadCast beforeQT, LastQT
  11.   
  12.   global NumFrames
  13.   set NumFrames = 26
  14.   
  15.   initAnnotations(30,3)
  16.   setAppearTime (1,4*60)
  17.   setAppearTime (2,5*60)
  18.   setAppearTime (3,5*60)
  19.  
  20.   
  21.   -- now preLoad the next movie
  22.   set LastQT = "P19S22"
  23.   preLoadCast the number of cast LastQT
  24. end